Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Right
/
swap
swap
common
open
override
fun
swap
(
)
:
Either
<
R
,
Nothing
>
Content copied to clipboard
Swaps
Left
to
Right
and
Right
to
Left
.
Return
Left
if this is
Right
or
Right
if this is
Left
.